<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==================================================
main --- modal
==================================================*/
#modal_movie {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding: 100px 0;
	background: #cecece;
	box-sizing: border-box;
}
#modal_movie #modal_contents {
	max-width: 1000px;
	width: 67.56%;
	box-sizing: border-box;
	margin: auto;
}
#modal_movie p {
	color: #757575;
}
#modal_movie .txt_wrap {
	padding: 0 0 20px;
}
#modal_movie .txt_wrap .ttl {
	overflow: hidden;
}
#modal_movie .txt_wrap .ttl span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 100%;
}
#modal_movie .iframe {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0;
	margin: 0 auto;
}
#modal_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/* btn_close */
#modal_movie .btn_close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px 24px 0 0;
	width: 40px;
	padding: 40px 0 0;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}
#modal_movie .btn_close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 50%;
	height: 2px;
	background: #787878;
	margin-left: -10px;
}
#modal_movie .btn_close span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal_movie .btn_close span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
	#modal_movie #modal_contents {
		width: 90.6%;
		min-width: auto;
	}
	#modal_movie p {
		font-size: 2.8vw;
	}
	#modal_movie .txt_wrap {
		padding: 0 0 5%;
	}
	#modal_movie .txt_wrap .ttl span {
		font-size: 3.125vw;
	}
	#modal_movie .btn_close {
		right: auto;
		left: 0;
		width: 9.375%;
		padding: 9.375% 0 0;
		margin: 2% 0 0 2.8%;
	}
	#modal_movie .btn_close span {
		margin-left: -24.9%;
	}
}
@media screen and (max-width: 480px) {
	#modal_movie .btn_close span {
		height: 1px;
	}
}
/*==================================================
main --- modal03
==================================================*/
#modal_movie.movie03 .txt_wrap .ttl {
	padding-bottom: 8px;
}
#modal_movie.movie03 ol li img {
	width: 100%;
}
#modal_movie.movie03 ol .ttl {
	font-weight: 700;
	padding-bottom: 10px;
}
#modal_movie.movie03 ol li {
	position: relative;
}
#modal_movie.movie03 ol li:last-child::after {
	content: none;
}
@media (min-width: 751px) {
	#modal_movie.movie03 ol {
		padding-top: 50px;
		display:-webkit-box;
		  display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#modal_movie.movie03 ol li {
		width: 30%;
	}
	#modal_movie.movie03 ol li::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent #fff;
		margin: 25% -11% 0 0;
	}
	#modal_movie.movie03 ol .number {
		font-size: 11px;
		padding: 15px 0 18px;
	}
}
@media screen and (max-width: 1480px) {
	#modal_movie.movie03 ol li::after {
		border-width: 0.6vw 0 0.6vw 1vw;
	}
}
@media screen and (max-width: 750px) {
	#modal_movie.movie03 {
		padding: 22.6% 0;
	}
	#modal_movie.movie03 .txt_wrap .ttl {
		padding-bottom: 1.5%;
	}
	#modal_movie.movie03 ol {
		padding-top: 14.5%;
	}
	#modal_movie.movie03 ol li {
		padding-bottom: 12.9%;
		margin-bottom: 10%;
	}
	#modal_movie.movie03 ol li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#modal_movie.movie03 ol li::after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.9vw 3.2vw 0 3.2vw;
		border-color: #ffffff transparent transparent transparent;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#modal_movie.movie03 ol .number {
		padding: 5% 0 3.4%;
	}
	#modal_movie.movie03 ol .ttl {
		padding-bottom: 1.7%;
	}
}</pre></body></html>